home *** CD-ROM | disk | FTP | other *** search
/ Software USA 4 #8 / Software USA Volume 4.08.iso / mac / Education / AreaProperties / Read Me - Area Properties 3.4 < prev   
Text File  |  1997-05-31  |  7KB  |  130 lines

  1.         What is "Area Properties" and what does it do ?
  2.  
  3.  
  4.  It will do the following;
  5.  
  6.         It will calculate and measure the following properties of any object you load
  7.         from a PICT or PNT document; (Objects can also be imported from the Clipboard.) 
  8.  
  9.         1.  CROSS SECTIONAL AREA
  10.         2.  TOTAL SURFACE AREA
  11.         3.  TOTAL PERIMETER
  12.         4.  MOMENT OF INERTIA about the centroidal axis & any axis
  13.         5.  PRODUCT OF INERTIA about the centroidal axis & any axis
  14.         6.  RADIUS OF GYRATION
  15.         7.  VOLUME
  16.         8.  WEIGHT
  17.         9.  MEASURE HEIGHT & WIDTH
  18.         10  PROVIDES RULER TO OBTAIN LENGTH MEASUREMENTS
  19.         11  WILL COLLAPSE OBJECT ON BOTH X & Y AXIS
  20.         12  COUNTS TOTAL OBJECT PIXELS
  21.         
  22.         The object itself and the UNITS, DEPTH, SCALE & MATERIAL are user inputs. They
  23.         can be made the defaults with the Preferences... menu item.
  24.  
  25.         SCALE is defined as actual object size divided by screen size. (If actual object width
  26.         is 12 inches and screen image width of object is 1 inch, the SCALE = 12.)
  27.  
  28.         Portions of the screen object can be isolated by using shift-click-drag to select only
  29.         the portion of the object that is of interest. Place the cursor at the upper left corner
  30.         of region of interest and shift-click-drag to lower right corner of interest.
  31.         
  32.         The results can be saved to disk as a PICT file.
  33.  
  34.  
  35.         NOMENCLATURE:
  36.  
  37.         x          -   x coordinate.(horizontal axis                            
  38.         x centroid -   x coordinate of the center of area of a homogeneous plate.
  39.         y          -   y coordinate.(vertical axis)
  40.         y centroid -   y coordinate of the center of area of a homogeneous plate.
  41.         r          -   square root of (x^2 + y^2).
  42.         I_xcg      -   moment of inertia of area section re. x centroidal axis.
  43.         I_x        -   moment of inertia of area section re. x axis.
  44.         I_ycg      -   moment of inertia of area section re. y centroidal axis.
  45.         I_y        -   moment of inertia of area section re. y axis.
  46.         J_cg polar -   polar moment of inertia of area section re. centroidal axis.
  47.         J_r        -   polar moment of inertia of area section re. centroidal origin.
  48.         P_xycg     -   product of inertia of area section re. x, y centroidal axis.
  49.         P_xy       -   product of inertia of area section re. x, y axis origin.
  50.         k_xcg      -   radius of gyration of area section re. x centroidal axis.
  51.         k_ycg      -   radius of gyration of area section re. y centroidal axis.
  52.         k_cg polar -   polar radius of gyration of area section re. centroidal axis.
  53.             
  54.             
  55.  
  56.         NOTES: 
  57.           1       All BLACK or dark pixels are considered included in the object.
  58.                 Objects must be filled in (do not use hollow or outlined shapes).
  59.                 All WHITE or light colored pixels are void. USE the provided MENU
  60.                 selection "MAKE ALL COLORS BLACK" or "COLOR EDITOR" to convert a
  61.                 colored object to BLACK prior to starting any calculations.
  62.  
  63.           2       The apple CONTROL STRIP (control panel) or any other 3rd party floating
  64.                 windoid must be turned off or made invisible so as to not be included
  65.                 as part of your object.
  66.  
  67.           3       The minor jagged edges of an image will be corrected. All screen images are 
  68.                 made with square pixels making a perfect circle impossible to draw. One pixel  
  69.                 jaggies will be corrected, but larger jaggies will go uncorrected. This is why
  70.                 the Area Properties calculated area of a 4" diameter circle screen image will
  71.                 not equal the exact 12.567 in^2, but will be 12.54 in^2 instead. The same goes
  72.                 for perimeter calculations.
  73.        
  74.  
  75.         Who might find this application of value ?
  76.  
  77.         1. Engineers
  78.         2. Scientists
  79.         3. Students
  80.         4. Architects
  81.  
  82.  
  83.  
  84.  
  85.  
  86.         coded by:  William Weiss
  87.                    2500 Ptarmigan Dr.#1
  88.                    Walnut Creek, CA. 94595
  89.                    USA
  90.                    email address: WWeissTuna@AOL.com
  91.  
  92.         Comments and suggestions are always welcomed. If you use this code a lot, please make
  93.         a donation to your favorite charity, Thanks & I will look forward to your email .
  94.  
  95.  
  96.  
  97. /* -------------------------------------------------------------------------------------------- */
  98.   Version 3.4 (6/98)
  99.         • Results can be viewed in either standard or scientific notation. See Number Format
  100.           menu item under File Menu. 
  101.         • Added calculation of Product of Inertia.
  102. /* -------------------------------------------------------------------------------------------- */
  103.   Version 3.3 (2/98)
  104.         • Added image flip (horizontal & vertical) ability. AP Menu
  105.         • Image collapse function (AP Menu) will first convert all image colors to black.
  106.         • Fixed printing bug under Mac OS 8.1
  107.         • Preferences... menu item will now be enabled after a (Edit menu) paste operation.
  108. /* -------------------------------------------------------------------------------------------- */
  109.   Version 3.2 (4/97)
  110.         • Preferences... menu item (File Menu) can now save default units, material, object scale
  111.           and object depth.
  112.         • Save As... menu item (File Menu) can save results as a PICT file to disk.
  113.         • Maximum screen size that can be accommodated is now 1280 x 1280 pixels.
  114.         • Will now work with a MATROX Millennium video card.
  115.         • Added water to list of materials.
  116.         • Just For Fun menu item will do 3D stuff if screen color set to thousands or millions
  117.           or if greyscale (Monitors and Sound CONTROL PANEL).
  118.         • Fixed a bug with the Shift Click Drag selection routine.
  119.         • Images imported via the clipboard (Pasted) will be centered on the screen.
  120. /* -------------------------------------------------------------------------------------------- */  
  121.   Version 3.0 (11/96) has added radius of gyration. Also added COLOR EDITOR, which will
  122.         allow selected colors of a color image to be converted to BLACK or deleted or isolated.
  123.         Also added some fun stuff.
  124. /* -------------------------------------------------------------------------------------------- */    
  125.   Version 2.6 now is PPC/68K FAT and uses the Metrowerks C/C++ compiler. Also fixed a bug
  126.           in the "MAKE ALL COLORS BLACK" routine.
  127.  
  128.  
  129.  
  130.